<?php
define('WP_AUTO_UPDATE_CORE', false);// This setting was defined by WordPress Toolkit to prevent WordPress auto-updates. Do not change it to avoid conflicts with the WordPress Toolkit auto-updates feature.
/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */
#define('WP_HOME','http://b2crecyclers.hosting24.com.au/');
#define('WP_SITEURL','http://b2crecyclers.hosting24.com.au/');

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'wordpress1_c');

/** MySQL database username */
define('DB_USER', 'wordpress_d3');

/** MySQL database password */
define('DB_PASSWORD', 'b7Zo5lYW#8');

/** MySQL hostname */
define('DB_HOST', 'localhost:3306');

/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');

/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');

/**#@+
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY',         'Lz6HWUUR2KF@ZGPFgt%F*JccDIMn#hZziO(LnYYaariE!&)T3*8%rGTeYKKeJW*W');
define('SECURE_AUTH_KEY',  'Yb8#YQ3lsBgm&dqwtUaCtAPpz8v*9#naXG*B7PNGLv7@*Wv(U9bltA%yoGfwD8IJ');
define('LOGGED_IN_KEY',    'T&kJOI93GP2eYUuaqS9KI6^a8O0dHdG^0B38uo)3RlgJkh#Dd2stMeUSK9QzipYb');
define('NONCE_KEY',        's)&RD6M*Iu!0c0mErLOxjcXGx&bn6KAZDRUe7vqK@bKd9zIjP6OpmV!(Az9gVZKd');
define('AUTH_SALT',        'lXle*CP36VNG#pWqFN3kVo(59RCP%BS3H8ihue2L#9HP&dRrsKkXC8vb4*^xxVkG');
define('SECURE_AUTH_SALT', 'm^c8z01kD0MTz#@O(hh#3Yf(xZ8DPtg7qM5Y#Txb0k3PlAjL3rRlQr%W3jX5YQld');
define('LOGGED_IN_SALT',   'rWVPQHqJQO3Kk9y7QNCQHB#C7hysSiHIoDfz*MsVnrbVYx7oQ5LRQaC((#rDTeBh');
define('NONCE_SALT',       'kpxqT)(jRTKBUDi1P!pxEWXnE0kPZak82S1mITsfP)KmjLTh5*3XOfnI!TWnO&K!');

/**
 * Other customizations.
 */
define('FS_METHOD','direct');define('FS_CHMOD_DIR',0755);define('FS_CHMOD_FILE',0644);
define('WP_TEMP_DIR',dirname(__FILE__).'/wp-content/uploads');
/**
 * WordPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix  = 'wp_';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');

define( 'WP_ALLOW_MULTISITE', false );

//Disable File Edits
define('DISALLOW_FILE_EDIT', false);

